home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-16 | 554 b | 21 lines | [TEXT/CWIE] |
- // ===========================================================================
- // CMyCaption.h ©1995-97 Timo Eloranta All rights reserved.
- // ===========================================================================
- // A subclass of LCaption which uses TETextBox for drawing just like
- // LCaption did before this changed in CW7...
-
- #pragma once
-
- #include <LCaption.h>
- #include <URegistrar.h>
-
- class CMyCaption : public LCaption {
- public:
- enum { class_ID = 'mCap' };
-
- CMyCaption( LStream *inStream);
-
- protected:
- virtual void DrawSelf();
- };
-